home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / DRIVER.CAB / oce4900.ppd < prev    next >
Encoding:
PostScript Printer Description  |  1998-07-15  |  11.8 KB  |  393 lines

  1. *PPD-Adobe: "4.2"
  2. *%
  3. *%      PostScript(R) Printer Description file for the Oce 4900
  4. *%
  5. *%      Copyright 1997 Oce Nederland B.V.
  6. *%
  7. *% 19/11/97
  8. *%=====================================================================
  9.  
  10. *FormatVersion: "4.2"
  11. *FileVersion: "1.7"
  12.  
  13. *LanguageVersion: English
  14. *LanguageEncoding: ISOLatin1
  15.  
  16. *PCFileName: "OCE4900.PPD"
  17.  
  18. *Product: "(Oce 4900)"
  19. *PSVersion: "(4.0) 100"
  20.  
  21. *ModelName: "Oce 4900 PostScript"
  22. *NickName: "Oce 4900 PostScript"
  23.  
  24. *% === Options and Constraints =========
  25. *%
  26. *OpenGroup: InstallableOptions/Options Installed
  27.  
  28. *OpenUI *Option2/Cassette2: Boolean
  29. *DefaultOption2: False
  30. *Option2 True/Installed: ""
  31. *Option2 False/Not Installed: ""
  32. *CloseUI: *Option2
  33. *OpenUI *Option3/Cassette3: Boolean
  34. *DefaultOption3: False
  35. *Option3 True/Installed: ""
  36. *Option3 False/Not Installed: ""
  37. *CloseUI: *Option3
  38. *OpenUI *OptionDuplex/Duplex: Boolean
  39. *DefaultOptionDuplex: False
  40. *OptionDuplex True/Installed: ""
  41. *OptionDuplex False/Not Installed: ""
  42. *CloseUI: *OptionDuplex
  43.  
  44. *CloseGroup: InstallableOptions
  45.  
  46. *UIConstraints: *Option2 False *InputSlot Cassette2
  47. *UIConstraints: *OptionDuplex True *Option3 True
  48. *UIConstraints: *Option3 True *OptionDuplex True
  49. *UIConstraints: *Option3 False *InputSlot Cassette3
  50. *UIConstraints: *OptionDuplex False *Duplex
  51.  
  52. *%=== Basic Device Capabilities ===========================
  53. *%
  54. *LanguageLevel: "2"
  55.  
  56. *FreeVM: "496664"
  57.  
  58. *Throughput: "22"
  59.  
  60. *OpenUI *Resolution/Choose Resolution: PickOne
  61. *OrderDependency: 10 AnySetup *Resolution
  62. *Resolution 1200dpi: "
  63. 600 600 setresolution statusdict begin 1 setresenhance end"
  64. *End
  65. *Resolution  600dpi: "
  66. 600 600 setresolution statusdict begin 0 setresenhance end"
  67. *End
  68. *Resolution  300dpi: "
  69. 300 300 setresolution statusdict begin 0 setresenhance end"
  70. *End
  71. *DefaultResolution: 600dpi
  72. *?Resolution: "save
  73.    initgraphics
  74.    0 0 moveto currentpoint matrix defaultmatrix transform
  75.    0 72 lineto currentpoint matrix defaultmatrix transform
  76.    3 -1 roll sub dup mul
  77.    3 1 roll exch sub dup mul
  78.    add sqrt round cvi
  79.    (     ) cvs print (dpi) = flush
  80. restore"
  81. *End
  82. *CloseUI: *Resolution
  83.  
  84. *ColorDevice: False
  85.  
  86. *Reset: "<04>"
  87.  
  88. *Password: "0"
  89. *ExitServer: "
  90.   count 0 eq {  % is the password on the stack?
  91.     true
  92.   }{
  93.     dup % potential password
  94.     statusdict /checkpassword get exec not
  95.   } ifelse
  96.   {  %  if no password or not valid
  97.     (WARNING : Cannot perform the exitserver command.) =
  98.     (Password supplied is not valid.) =
  99.     (Please contact the author of this software.) = flush
  100.     quit
  101.   } if
  102.   serverdict /exitserver get exec"
  103. *End
  104.  
  105. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  106.  
  107. *% Gray Levels and Halftoning Information ===============
  108. *DefaultColorSpace: Gray
  109. *ScreenFreq: "60.0"
  110. *ScreenAngle: "45.0"
  111.  
  112. *DefaultScreenProc: Dot
  113. *ScreenProc Dot: "{abs dup add 1 sub dup mul exch
  114.            abs dup add 1 sub dup mul add 1 exch sub}"
  115. *End
  116. *ScreenProc Line: "{ pop }"
  117. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  118.  
  119. *DefaultTransfer: Null
  120. *Transfer Null: "{}"
  121. *Transfer Null.Inverse: "{1 exch sub}"
  122.  
  123. *%=== Paper Handling =======================
  124.  
  125. *OpenGroup: Paper
  126.  
  127. *% Page Size: sets up the frame buffer and selects a tray
  128. *%
  129. *OpenUI *PageSize: PickOne
  130. *OrderDependency: 30 AnySetup *PageSize
  131. *DefaultPageSize: Unknown
  132. *PageSize A3L: "a3l"
  133. *PageSize A3: "a3"
  134. *PageSize A4: "a4"
  135. *PageSize A4.Transverse: "a4R"
  136. *PageSize A5: "a5"
  137. *PageSize B4: "b4"
  138. *PageSize B5: "b5"
  139. *PageSize Letter: "letter"
  140. *PageSize Letter.Transverse: "letterR"
  141. *PageSize Legal: "legal"
  142. *PageSize Ledger: "ledger"
  143. *PageSize Executive: "executive"
  144. *PageSize Card: "card"
  145. *?PageSize: "save
  146.    statusdict begin
  147.    (Unknown) = flush
  148.    end %statusdict
  149. restore"
  150. *End
  151. *CloseUI: *PageSize
  152.  
  153. *% Page Region: sets up a frame buffer, usually used with manual feed
  154. *%
  155. *OpenUI *PageRegion: PickOne
  156. *OrderDependency: 40 AnySetup *PageRegion
  157. *DefaultPageRegion: Unknown
  158. *PageRegion A3L: "needa3l"
  159. *PageRegion A3: "needa3"
  160. *PageRegion A4: "needa4"
  161. *PageRegion A4.Transverse: "needa4R"
  162. *PageRegion A5: "needa5"
  163. *PageRegion B4: "needb4"
  164. *PageRegion B5: "needb5"
  165. *PageRegion Letter: "needletter"
  166. *PageRegion Letter.Transverse: "needletterR"
  167. *PageRegion Legal: "needlegal"
  168. *PageRegion Ledger: "needledger"
  169. *PageRegion Executive: "needexecutive"
  170. *PageRegion Card: "needcard"
  171. *CloseUI: *PageRegion
  172.  
  173. *% The imageable area for the different paper sizes
  174. *%
  175. *DefaultImageableArea: Unknown
  176. *ImageableArea A3L: "10 10 916 1273"
  177. *ImageableArea A3: "10 10 833 1178"
  178. *ImageableArea A4: "10 11 582 833"
  179. *ImageableArea A4.Transverse: "10 10 832 582"
  180. *ImageableArea A5: "10 14 410 586"
  181. *ImageableArea B4: "10 10 716 1020"
  182. *ImageableArea B5: "10 13 505 719"
  183. *ImageableArea Letter: "10 9 601 781"
  184. *ImageableArea Letter.Transverse: "10 10 782 603"
  185. *ImageableArea Legal: "10 10 601 997"
  186. *ImageableArea Ledger: "10 10 782  1212"
  187. *ImageableArea Executive: "10 14 509 747"
  188. *ImageableArea Card: "10 10 271 409"
  189. *?ImageableArea: "save
  190.    /cvp {(                ) cvs print () print } bind def
  191.    /upperright {10000 mul floor 10000 div} bind def
  192.    /lowerleft {10000 mul ceiling 10000 div} bind def
  193.    newpath clippath pathbox
  194.    4 -2 roll exch 2 {lowerleft cvp} repeat
  195.    exch 2 {upperright cvp} repeat flush
  196. restore"
  197. *End
  198.  
  199. *% The physical dimensions of the paper
  200. *%
  201. *DefaultPaperDimension: Unknown
  202. *PaperDimension A3L: "930 1284"
  203. *PaperDimension A3: "842 1191"
  204. *PaperDimension A4: "595 842"
  205. *PaperDimension A4.Transverse: "842 595"
  206. *PaperDimension A5: "420 595"
  207. *PaperDimension B4: "729 1032"
  208. *PaperDimension B5: "516 729"
  209. *PaperDimension Letter: "612 791"
  210. *PaperDimension Letter.Transverse: "791 612"
  211. *PaperDimension Legal: "612 1009"
  212. *PaperDimension Ledger: "791 1225"
  213. *PaperDimension Executive: "791 1225"
  214. *PaperDimension Card: "283 420"
  215.  
  216. *CloseGroup: Paper
  217.  
  218. *% Media handling features ================================
  219.  
  220. *OpenUI *InputSlot: PickOne
  221. *OrderDependency: 20 AnySetup *InputSlot
  222. *DefaultInputSlot: Cassette1
  223. *InputSlot MFF/Multifunction feeder: "systemdict begin 3 setpapertray end"
  224. *InputSlot Cassette1/Tray 1: "systemdict begin 0 setpapertray end"
  225. *InputSlot Cassette2/Tray 2: "systemdict begin 1 setpapertray end"
  226. *InputSlot Cassette3/Tray 3: "systemdict begin 2 setpapertray end"
  227. *CloseUI: *InputSlot
  228.  
  229. *%RequiresPageRegion All: True
  230.  
  231. *% Font Information =====================
  232.  
  233. *DefaultFont: Courier
  234. *Font AvantGarde-Book: Standard "(001.000)"
  235. *Font AvantGarde-BookOblique: Standard "(001.000)"
  236. *Font AvantGarde-Demi: Standard "(001.000)"
  237. *Font AvantGarde-DemiOblique: Standard "(001.000)"
  238. *Font Bookman-Demi: Standard "(001.000)"
  239. *Font Bookman-DemiItalic: Standard "(001.000)"
  240. *Font Bookman-Light: Standard "(001.000)"
  241. *Font Bookman-LightItalic: Standard "(001.000)"
  242. *Font Courier: Standard "(001.000)"
  243. *Font Courier-Bold: Standard "(001.000)"
  244. *Font Courier-BoldOblique: Standard "(001.000)"
  245. *Font Courier-Oblique: Standard "(001.000)"
  246. *Font Helvetica: Standard "(001.000)"
  247. *Font Helvetica-Bold: Standard "(001.000)"
  248. *Font Helvetica-BoldOblique: Standard "(001.000)"
  249. *Font Helvetica-Narrow: Standard "(001.001)"
  250. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  251. *Font Helvetica-Narrow-BoldObl: Standard "(001.002)"
  252. *Font Helvetica-Narrow-Oblique: Standard "(001.001)"
  253. *Font Helvetica-Oblique: Standard "(001.000)"
  254. *Font NewCenturySchlbk-Bold: Standard "(001.000)"
  255. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)"
  256. *Font NewCenturySchlbk-Italic: Standard "(001.000)"
  257. *Font NewCenturySchlbk-Roman: Standard "(001.000)"
  258. *Font Palatino-Bold: Standard "(001.000)"
  259. *Font Palatino-BoldItalic: Standard "(001.000)"
  260. *Font Palatino-Italic: Standard "(001.000)"
  261. *Font Palatino-Roman: Standard "(001.000)"
  262. *Font Symbol: Special "(001.000)"
  263. *Font Times-Bold: Standard "(001.000)"
  264. *Font Times-BoldItalic: Standard "(001.000)"
  265. *Font Times-Italic: Standard "(001.000)"
  266. *Font Times-Roman: Standard "(001.000)"
  267. *Font ZapfChancery-MediumItalic: Standard "(001.000)"
  268. *Font ZapfDingbats: Special "(001.000)"
  269. *?FontQuery: "save
  270.    /str 100 string dup 0 (fonts/) putinterval def
  271.    {
  272.      count 1 gt
  273.      {
  274.        exch dup str 6 94 getinterval cvs
  275.        (/) print print (:) print
  276.        FontDirectory exch known
  277.        {(Yes)}{(No)} ifelse =
  278.      }
  279.      {exit} ifelse
  280.    }bind loop
  281.    (*) = flush
  282. restore"
  283. *End
  284. *?FontList: "save
  285.    FontDirectory { pop == } bind forall flush
  286.    (*) = flush
  287. restore"
  288. *End
  289.  
  290. *% Color Separation Information =====================
  291.  
  292. *DefaultColorSep: ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi
  293.  
  294. *InkName: ProcessBlack/Process Black
  295. *InkName: CustomColor/Custom Color
  296. *InkName: ProcessCyan/Process Cyan
  297. *InkName: ProcessMagenta/Process Magenta
  298. *InkName: ProcessYellow/Process Yellow
  299.  
  300. *ColorSepScreenAngle ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "45"
  301. *ColorSepScreenAngle CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "45"
  302. *ColorSepScreenAngle ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "15"
  303. *ColorSepScreenAngle ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "75"
  304. *ColorSepScreenAngle ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "0"
  305.  
  306. *ColorSepScreenFreq ProcessBlack.60lpi.600dpi/60 lpi / 600 dpi: "60"
  307. *ColorSepScreenFreq CustomColor.60lpi.600dpi/60 lpi / 600 dpi: "60"
  308. *ColorSepScreenFreq ProcessCyan.60lpi.600dpi/60 lpi / 600 dpi: "60"
  309. *ColorSepScreenFreq ProcessMagenta.60lpi.600dpi/60 lpi / 600 dpi: "60"
  310. *ColorSepScreenFreq ProcessYellow.60lpi.600dpi/60 lpi / 600 dpi: "60"
  311.  
  312. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  313. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  314. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  315. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  316. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  317.  
  318. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  319. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323.  
  324. *% Finishing options ===============================
  325.  
  326. *OpenUI *Duplex: PickOne
  327. *OrderDependency: 50 AnySetup *Duplex
  328. *DefaultDuplex: None
  329. *Duplex DuplexTumble: "
  330.     statusdict begin
  331.     {true settumble true setduplexmode}
  332.     stopped pop end"
  333. *End
  334. *Duplex DuplexNoTumble: "
  335.     statusdict begin
  336.     {false settumble true setduplexmode}
  337.     stopped pop end"
  338. *End
  339. *Duplex None: "
  340.     statusdict begin
  341.     {false setduplexmode}
  342.     stopped pop end"
  343. *End
  344. *?Duplex: "save
  345.    statusdict /duplexmode get exec
  346.    {tumble{(DuplexTumble)}{(DuplexNoTumble)}ifelse}
  347.    {(None)}ifelse = flush restore"
  348. *End
  349. *CloseUI: *Duplex
  350.  
  351. *% Printer Messages Information =====================
  352.  
  353. *%Status (format: %%[ status: <one of these> ]%% )
  354. *Status: "idle"
  355. *Status: "Call Service"
  356. *Status: "Command Error"
  357. *Status: "Stat Parity Err"
  358. *Status: "Status Timeout"
  359. *Status: "WAIT A MOMENT"
  360. *Status: "*Please Wait*"
  361. *Status: "Error Recover"
  362. *Status: "Wait Timeout"
  363. *Status: "VSYNC Timeout"
  364. *Status: "Main Motor Error"
  365. *Status: "Optics Error"
  366. *Status: "Fixer Unit Error"
  367. *Status: "Plot EEPROM Err"
  368. *Status: "Toner Sensor Err"
  369. *Status: "Op Mode Set Err"
  370. *Status: "No Toner Dis Box"
  371. *Status: "Proc Unit Change"
  372. *Status: "No Process Unit"
  373. *Status: "Trap5 Cmd Error"
  374. *Status: "Inner Jam"
  375. *Status: "Lower Cass Jam"
  376. *Status: "MP Feeder Jam"
  377. *Status: "Proc Un. Warning"
  378. *Status: "Add Toner"
  379. *Status: "Cover Open"
  380. *Status: "Insert Paper"
  381. *Status: "Upper or Lower"
  382.  
  383. *% Input Sources (format: %%[status: <stat>; source: <one of these> ]%%)
  384. *Source: Parallel
  385.  
  386. *% Printer Messages (verbatim from printer):
  387. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  388. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  389. *Message: "\FontName\ not found, using Courier"
  390.  
  391. *% end of PPD file
  392.  
  393.